home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
x2ftp
/
msdos
/
libs
/
flilib
/
flisrc
/
ptrseg.c
< prev
next >
Wrap
Text File
|
1989-11-10
|
130b
|
11 lines
i86_ptr_seg(int offset, int segment)
{
return(segment);
}
i86_ptr_offset(int offset, int segment)
{
return(offset);
}